home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / ENV Server / Environment < prev    next >
Encoding:
Text File  |  1994-05-06  |  384 b   |  19 lines  |  [TEXT/ALFA]

  1. #
  2. # My default environment setup.
  3. #
  4. # Comments are valid, and the scanning routine is smart enough to
  5. # NOT require quotations; thus, the ORGANIZATION var below is read as
  6. # it appears, with no quotes required.
  7. #
  8.  
  9. SHELL=/usr/local/bin/bash
  10. LANG=POSIX
  11. TERM=vt102
  12.  
  13. HOME=Innie:usr:home:brent
  14.  
  15. ORGANIZATION=ytisrevinU M&A saxeT          # who I give $$$ to.
  16.  
  17. OPENWIN_HOME=/usr/brokenwin
  18.  
  19.